Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/swapnilsparsh/30DaysOfJavaScript/39 - Age Calculator/

assets /cody/swapnilsparsh/30DaysOfJavaScript/39 - Age Calculator/assets/
1 Items
  • favicon.png
  • font /cody/swapnilsparsh/30DaysOfJavaScript/39 - Age Calculator/font/
    1 Items
  • sans.ttf
  • index.html /cody/swapnilsparsh/30DaysOfJavaScript/39 - Age Calculator/index.html
    452 Views
    0 Comments
    <!DOCTYPE html>
    <html lang="en">

    <head>
    <meta charset="UTF-8" />
    <meta http-equiv="X-UA-Compatible" content="IE=edge" />

    script.js /cody/swapnilsparsh/30DaysOfJavaScript/39 - Age Calculator/script.js
    191 Views
    0 Comments
    /** Declare the required variable with DOM elements. */
    const yearField = document.getElementById('year');
    const monthField = do
    style.css /cody/swapnilsparsh/30DaysOfJavaScript/39 - Age Calculator/style.css
    171 Views
    0 Comments
    * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'sans';
    }

    @font-face {